Spread Windows Forms 12.0 Product Documentation
Create(Double,GradientStop[]) Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > GradientFillEffect Structure > Create Method : Create(Double,GradientStop[]) Method
A GradientStop array indicates the gradient stops.
Creates the path gradient fill.
Syntax
'Declaration
 
Public Overloads Shared Function Create( _
   ByVal degree As Double, _
   ByVal gradientStops() As GradientStop _
) As GradientFillEffect
'Usage
 
Dim degree As Double
Dim gradientStops() As GradientStop
Dim value As GradientFillEffect
 
value = GradientFillEffect.Create(degree, gradientStops)
public static GradientFillEffect Create( 
   double degree,
   GradientStop[] gradientStops
)

Parameters

degree
gradientStops
A GradientStop array indicates the gradient stops.

Return Value

A GradientFillEffect value represents the gradient fill effect.
See Also

Reference

GradientFillEffect Structure
GradientFillEffect Members
Overload List